Search
JsonObject.fromDictionary Method
See Also
 






Converts a generic dictionary to a JsonObject.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static JsonObject fromDictionary (
    Map<?, ?> map
)

 Parameters

map

Object that has to be converted to JsonObject

 Return Value

A JsonObject

 See Also